Description:

Flags a component as deleted.

Syntax:
public virtual void Delete(
int index
)
virtual
Parameters:
  • index
  • Type: int
  • The index of the item to flag.
Returns:
Type: void
True on success.

Description:

Flags a component as deleted.

Syntax:
public override bool Delete(
T item
)
Parameters:
  • item
  • Type: T
  • The item to flag.
Returns:
Type: bool
True on success.

Nothing found